ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / Macd<T> Class / ItemsSource Property

In This Topic
    ItemsSource Property (Macd<T>)
    In This Topic
    Gets or sets the ItemsSource settings. Inherited from ItemsBoundControl.
    Syntax
    'Declaration
     
    Public Property ItemsSource As IItemsSource(Of T)
    public IItemsSource<T> ItemsSource {get; set;}
    See Also